Fix compilation warning on MS-Windows in my_png_error.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Dec 2013 09:09:48 +0000 (11:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Dec 2013 09:09:48 +0000 (11:09 +0200)
commit33e44744004ff92f6b8ecef0102f800f11ddfda9
treeccd4ffd86b1eebb1cdf331c42b90e1ee93e13007
parentb2e5de81f374595b3f96b81d28633595f8fcbc7b
Fix compilation warning on MS-Windows in my_png_error.

 src/image.c (fn_png_longjmp) [WINDOWSNT]: Mark the function as
 having the PNG_NORETURN attribute, to avoid compiler warning in
 my_png_error.
src/ChangeLog
src/image.c